@portone/server-sdk
    Preparing search index...

    Type Alias PlatformDiscountSharePoliciesNotFoundError

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

    Properties

    type: "PLATFORM_DISCOUNT_SHARE_POLICIES_NOT_FOUND"
    ids: string[]
    graphqlIds: string[]
    message?: string