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

    Type Alias PlatformDiscountSharePolicyIdDuplicatedError

    type PlatformDiscountSharePolicyIdDuplicatedError = {
        type: "PLATFORM_DISCOUNT_SHARE_POLICY_ID_DUPLICATED";
        id: string;
        graphqlId: string;
        message?: string;
    }
    Index

    Properties

    type: "PLATFORM_DISCOUNT_SHARE_POLICY_ID_DUPLICATED"
    id: string
    graphqlId: string
    message?: string