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

    Type Alias PlatformTransferNotFoundError

    type PlatformTransferNotFoundError = {
        type: "PLATFORM_TRANSFER_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_TRANSFER_NOT_FOUND"
    message?: string