This commit is contained in:
Ishaan Jaffer 2026-01-19 15:20:51 -08:00
parent eea8f31adf
commit ca60b69dc6

View file

@ -43,6 +43,7 @@ export interface PluginListItem {
enabled: boolean;
created_at?: string;
updated_at?: string;
created_by?: string;
}
export interface ListPluginsResponse {