KioskExtension: KioskExtensionOverview & {
    isEnabled: boolean;
    permissions: string;
    storageId: string;
    storageSize: number;
}

Hold the KioskExtension data

Type declaration

  • isEnabled: boolean

    These fields are only there if we have withExtensions flag

  • permissions: string
  • storageId: string
  • storageSize: number