export type PlatformDiscountSharePoliciesNotFoundError = {
    type: "PLATFORM_DISCOUNT_SHARE_POLICIES_NOT_FOUND";
    ids: string[];
    graphqlIds: string[];
    message?: string;
};
