Type Alias OsAuditFieldsBeta

OsAuditFields: {
    os_created_at?: string;
    os_created_by?: string;
    os_deleted_at?: string;
    os_deleted_by?: string;
    os_hidden_at?: string;
    os_hidden_by?: string;
    os_last_updated_at?: string;
    os_last_updated_by?: string;
}

Represents audit fields for OS (Operational Support) records.

Type declaration

  • Optional Betaos_created_at?: string

    Timestamp when the record was created.

  • Optional Betaos_created_by?: string

    User who created the record.

  • Optional Betaos_deleted_at?: string

    Timestamp when the record was deleted.

  • Optional Betaos_deleted_by?: string

    User who deleted the record.

  • Optional Betaos_hidden_at?: string

    Timestamp when the record was hidden.

  • Optional Betaos_hidden_by?: string

    User who hid the record.

  • Optional Betaos_last_updated_at?: string

    Timestamp when the record was last updated.

  • Optional Betaos_last_updated_by?: string

    User who last updated the record.