Type Alias: DictionaryFileInput
type DictionaryFileInput = Blob | ArrayBuffer | Uint8Array | string;
Defined in: src/management/dlp/dictionaries.ts:14
Accepted shapes for the dictionary keyword-file payload.
type DictionaryFileInput = Blob | ArrayBuffer | Uint8Array | string;
Defined in: src/management/dlp/dictionaries.ts:14
Accepted shapes for the dictionary keyword-file payload.