mirror of
https://github.com/usual2970/certimate.git
synced 2025-08-15 13:51:45 +00:00
feat: improve workflow node configuration
This commit is contained in:
7
ui/types/global.utility.d.ts
vendored
Normal file
7
ui/types/global.utility.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare global {
|
||||
type Nullish<T> = {
|
||||
[P in keyof T]?: T[P] | null | undefined;
|
||||
};
|
||||
}
|
||||
|
||||
export {};
|
Reference in New Issue
Block a user