export declare type Shortcuts = { id: number; icon: string; name: string; link: string; createdBy: string; createdAt: string; updatedAt: string; deletedAt?: string | null; };