Interface ModuleCreateMutation<T>

Type Parameters

  • T

Hierarchy

Properties

Properties

create: ((doc: T, userId?: string) => Promise<string>)

Type declaration

    • (doc: T, userId?: string): Promise<string>
    • Parameters

      • doc: T
      • Optional userId: string

      Returns Promise<string>