export type PlatformDiscountSharePolicyAlreadyExistsError = {
    type: "PLATFORM_DISCOUNT_SHARE_POLICY_ALREADY_EXISTS";
    message?: string;
};
