TPolicySchema

type TPolicySchema = {
policyName: IPolicySchema["policyName"];
} & Partial<IPolicySchema>;