Adds Underwriter's carousel and admin features
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export interface Underwriter {
|
||||
id: number;
|
||||
name: string;
|
||||
logo_url: string | null;
|
||||
description: string;
|
||||
website_url: string | null;
|
||||
display_order: number;
|
||||
active: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user