mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +00:00
wip: Creating an sdk builder that has all the generics we need in one place
This commit is contained in:
@@ -84,7 +84,6 @@ export type Utils<WD, WrapperOverWrite = { const: never }> = {
|
||||
nullIfEmpty: typeof nullIfEmpty
|
||||
}
|
||||
export const utils = <WD = never, WrapperOverWrite = { const: never }>(
|
||||
_wrapperDataContract: WrapperDataContract<WD>,
|
||||
effects: T.Effects,
|
||||
): Utils<WD, WrapperOverWrite> => ({
|
||||
createOrUpdateVault: async ({
|
||||
|
||||
Reference in New Issue
Block a user