Update naming
This commit is contained in:
@@ -5,3 +5,5 @@ export function getNewId(): string {
|
||||
// Trivial placeholder
|
||||
//return Math.max(...reservations.value.map((item) => item.id)) + 1;
|
||||
}
|
||||
|
||||
export type LoadingTypes = 'loaded' | 'pending' | 'error' | undefined;
|
||||
|
||||
Reference in New Issue
Block a user