Type alias AppListResponse

AppListResponse: ResponseListItem & {
    apps: IApp[];
}

Type declaration