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

    Type Alias PlatformPartnerNotFoundError

    type PlatformPartnerNotFoundError = {
        type: "PLATFORM_PARTNER_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_PARTNER_NOT_FOUND"
    message?: string