Searched refs:OptionalPromise (Results 1 – 6 of 6) sorted by relevance
3 type OptionalPromise<T> = T | Promise<T>; alias4 type MutateDataAction<T> = (expo: ExportedConfigWithProps<T>, data: T) => OptionalPromise<T>;
1 …d';\n\ntype OptionalPromise<T> = T | Promise<T>;\n\ntype MutateDataAction<T> = (expo: ExportedConf…
10 type OptionalPromise<T> = Promise<T> | T; alias72 export type Mod<Props = any> = ((config: ExportedConfigWithProps<Props>) => OptionalPromise<Exporte…
1 …OptionalPromise<T> = Promise<T> | T;\n\ntype Plist = JSONObject;\n\nexport interface ModProps<T = …
12 type OptionalPromise<T> = Promise<T> | T; alias97 ) => OptionalPromise<ExportedConfigWithProps<Props>>) & {
5 type OptionalPromise<T> = T | Promise<T>; alias7 type MutateDataAction<T> = (expo: ExportedConfigWithProps<T>, data: T) => OptionalPromise<T>;