interface AppsInfoQueryParams {
    appAccessToken?: string;
    pageLimit: number;
}

Properties

appAccessToken?: string
pageLimit: number