_FormsApp: {
    createdAt: string;
    id: number;
    updatedAt: string;
}

Type declaration

  • createdAt: string

    The time the forms app was created, represented by an ISO date

  • id: number

    Identifier of the forms app

  • updatedAt: string

    The time the forms app was last updated, represented by an ISO date