chore: follow up
This commit is contained in:
7
packages/types/index.d.ts
vendored
7
packages/types/index.d.ts
vendored
@@ -81,6 +81,7 @@ export interface RichContent {
|
||||
}
|
||||
|
||||
export interface LumeColumn {
|
||||
id: number;
|
||||
content: string;
|
||||
name: string;
|
||||
description?: string;
|
||||
@@ -88,6 +89,12 @@ export interface LumeColumn {
|
||||
logo?: string;
|
||||
}
|
||||
|
||||
export interface EventColumns {
|
||||
type: "add" | "remove" | "update" | "left" | "right";
|
||||
id?: number;
|
||||
column?: LumeColumn;
|
||||
}
|
||||
|
||||
export interface Opengraph {
|
||||
url: string;
|
||||
title?: string;
|
||||
|
||||
Reference in New Issue
Block a user