mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
chore(FE-41): create Override type
This commit is contained in:
Vendored
+3
@@ -50,3 +50,6 @@ export type BaseMetadata = {
|
|||||||
created_at: string;
|
created_at: string;
|
||||||
updated_at: string;
|
updated_at: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export type Override<BaseType, Overrides> = Omit<BaseType, keyof Overrides> &
|
||||||
|
Overrides;
|
||||||
|
|||||||
Reference in New Issue
Block a user