feat: update default column informations
This commit is contained in:
6
packages/types/index.d.ts
vendored
6
packages/types/index.d.ts
vendored
@@ -86,8 +86,10 @@ export interface LumeColumn {
|
||||
content: URL | string;
|
||||
description?: string;
|
||||
author?: string;
|
||||
logo?: URL | string;
|
||||
cover?: URL | string;
|
||||
logo?: string;
|
||||
cover?: string;
|
||||
coverRetina?: string;
|
||||
featured?: boolean;
|
||||
}
|
||||
|
||||
export interface EventColumns {
|
||||
|
||||
Reference in New Issue
Block a user