UNPKG

259 BTypeScriptView Raw
1import { StorageOperationInputWithPrefixPath } from '../../../types/inputs';
2export declare const validateStorageOperationInputWithPrefix: (input: StorageOperationInputWithPrefixPath, identityId?: string) => {
3 inputType: string;
4 objectKey: string;
5};