Interface UserTimestamp

Represents an User timestamps

interface UserTimestamp {
    get created(): Nullable<string>;
    get destroyed(): Nullable<string>;
    get updated(): Nullable<string>;
}

Accessors

  • get created(): Nullable<string>
  • Returns Nullable<string>

  • get destroyed(): Nullable<string>
  • Returns Nullable<string>

  • get updated(): Nullable<string>
  • Returns Nullable<string>