Update type
This commit is contained in:
parent
811e973401
commit
eda40bf7b7
|
|
@ -1,6 +1,6 @@
|
|||
export type numberOrUndefined = number | undefined;
|
||||
|
||||
type types = 'task' | 'normal' | 'base_communication' | 'base_society' | 'base_interdisciplinary';
|
||||
type types = 'task' | 'normal' | 'base_communication' | 'base_society' | 'base_interdisciplinary' | 'instrument';
|
||||
|
||||
export interface Page {
|
||||
id: string;
|
||||
|
|
|
|||
Loading…
Reference in New Issue