@linode/validation
Version:
Yup validation schemas for use with the Linode APIv4
15 lines • 581 B
TypeScript
export declare const createObjectStorageKeysSchema: import("yup").ObjectSchema<{
label: string;
regions: import("yup").Maybe<(string | undefined)[] | undefined>;
}, import("yup").AnyObject, {
label: undefined;
regions: "";
}, "">;
export declare const updateObjectStorageKeysSchema: import("yup").ObjectSchema<{
label: import("yup").Maybe<string | undefined>;
regions: import("yup").Maybe<(string | undefined)[] | undefined>;
}, import("yup").AnyObject, {
label: undefined;
regions: "";
}, "">;
//# sourceMappingURL=objectStorageKeys.schema.d.ts.map