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

    Type Alias SortOrder

    SortOrder: "DESC" | "ASC" | string & {}

    정렬 방식

    Type declaration

    • "DESC"

      내림차순

    • "ASC"

      오름차순

    • string & {}