refactor
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export interface CreateSponsorCommand {
|
||||
name: string;
|
||||
contactEmail: string;
|
||||
websiteUrl?: string;
|
||||
logoUrl?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user