feat: readd default columns
This commit is contained in:
5
packages/types/index.d.ts
vendored
5
packages/types/index.d.ts
vendored
@@ -82,11 +82,12 @@ export interface RichContent {
|
||||
|
||||
export interface LumeColumn {
|
||||
id: number;
|
||||
content: string;
|
||||
name: string;
|
||||
content: URL | string;
|
||||
description?: string;
|
||||
author?: string;
|
||||
logo?: string;
|
||||
logo?: URL | string;
|
||||
cover?: URL | string;
|
||||
}
|
||||
|
||||
export interface EventColumns {
|
||||
|
||||
Reference in New Issue
Block a user