Logs🔗Definition🔗export interface Logs { type: "logs"; id: string; settings?: { limit?: string; }; hide?: boolean; } Methods🔗No methods.See also🔗 LogsBuilder