@linode/validation
Version:
Yup validation schemas for use with the Linode APIv4
19 lines • 616 B
TypeScript
export declare const createCloudNATSchema: import("yup").ObjectSchema<{
addresses: import("yup").Maybe<{
address: string;
}[] | undefined>;
label: string;
port_prefix_default_len: import("yup").Maybe<number | undefined>;
region: string;
}, import("yup").AnyObject, {
addresses: "";
label: undefined;
port_prefix_default_len: undefined;
region: undefined;
}, "">;
export declare const updateCloudNATSchema: import("yup").ObjectSchema<{
label: string | undefined;
}, import("yup").AnyObject, {
label: undefined;
}, "">;
//# sourceMappingURL=cloudnats.schema.d.ts.map