export type ManifestField = { key: string; type: string; initial_value: T; group?: boolean; fields?: ManifestField[]; }; export enum ENDPOINT_TAGS { allow_missing_keys = "allow_missing_keys", observe_storage = "observe_storage", }