@linode/validation
Version:
Yup validation schemas for use with the Linode APIv4
17 lines • 556 B
TypeScript
export declare const createPlacementGroupSchema: import("yup").ObjectSchema<{
label: string;
placement_group_type: string;
region: string;
placement_group_policy: string;
}, import("yup").AnyObject, {
label: undefined;
placement_group_type: undefined;
region: undefined;
placement_group_policy: undefined;
}, "">;
export declare const updatePlacementGroupSchema: import("yup").ObjectSchema<{
label: string;
}, import("yup").AnyObject, {
label: undefined;
}, "">;
//# sourceMappingURL=placement-groups.schema.d.ts.map