NewTilesFormsApp: _NewFormsApp & {
    draftsAreShared?: boolean;
    slug: string;
    styles: TilesStyles;
    type: "TILES";
}

Type declaration

  • OptionaldraftsAreShared?: boolean

    Whether draft submissions are shared between all app users for this app.

  • slug: string

    Unique domain safe text to identify the app

  • styles: TilesStyles
  • type: "TILES"