mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 05:41:46 +02:00
Updated plugin APIs
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export type AtLeast<T, K extends keyof T> = Partial<T> & Pick<T, K>;
|
||||
export type SingleOrArray<T> = T[] | T;
|
||||
export type OneOrMany<T> = T[] | T;
|
||||
|
||||
Reference in New Issue
Block a user