Type alias GetChannelThumbApiResponse

GetChannelThumbApiResponse: ArenaChannel & ArenaOwnerInfo & {
    contents: ReadonlyArray<(ArenaBlock | Omit<ArenaChannelWithDetails, "contents">) & ConnectionData> | null;
}

Type declaration

Generated using TypeDoc