Type Alias PlatformDiscountSharePoliciesNotFoundError
PlatformDiscountSharePoliciesNotFoundError: {
type: "PLATFORM_DISCOUNT_SHARE_POLICIES_NOT_FOUND";
ids: string[];
graphqlIds: string[];
message?: string;
}
Type declaration
type: "PLATFORM_DISCOUNT_SHARE_POLICIES_NOT_FOUND"
ids: string[]
graphqlIds: string[]
Optional
message?: string