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

    Type Alias PromotionNotFoundError

    프로모션이 존재하지 않는 경우

    type PromotionNotFoundError = {
        type: "PROMOTION_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PROMOTION_NOT_FOUND"
    message?: string