Logs🔗Definition🔗export interface Logs { type: unknown; id: string; settings?: { limit?: string; }; hide?: boolean; } See also🔗 LogsBuilder