interface AppVideosInfoQueryParams {
    appId: string;
    appAccessToken?: string;
    pageLimit: number;
}

Properties

appId: string
appAccessToken?: string
pageLimit: number