Wonfidence
This commit is contained in:
12
src/lib/types.ts
Normal file
12
src/lib/types.ts
Normal file
@ -0,0 +1,12 @@
|
||||
export interface RegistryItem {
|
||||
id: string;
|
||||
name: string;
|
||||
taken: boolean;
|
||||
link?: string;
|
||||
}
|
||||
|
||||
export interface RSVPItem {
|
||||
name: string;
|
||||
dietaryRestrictions: string;
|
||||
timestamp: string;
|
||||
}
|
Reference in New Issue
Block a user