- getProject(id, supabase): Promise<{
annotations: any;
configuration: any;
id: any;
model: any;
options: any;
title: any;
}> Parameters
id: string
supabase: default<any, "public", any>
Returns Promise<{
annotations: any;
configuration: any;
id: any;
model: any;
options: any;
title: any;
}>