@nycu-sdc/core-system-sdk
    Preparing search index...

    Type Alias InboxGetInboxMessages200

    type InboxGetInboxMessages200 = {
        currentPage: number;
        hasNextPage: boolean;
        items: InboxUserInboxMessage[];
        pageSize: number;
        totalItems: number;
        totalPages: number;
    }
    Index

    Properties

    currentPage: number
    hasNextPage: boolean
    pageSize: number
    totalItems: number
    totalPages: number