Type alias CategoryCreateMethod

CategoryCreateMethod: ((name, parentId?, projectId?) => Promise<CategoryPostResponseType>)

Type declaration

    • (name, parentId?, projectId?): Promise<CategoryPostResponseType>
    • Parameters

      • name: string
      • Optional parentId: string
      • Optional projectId: string

      Returns Promise<CategoryPostResponseType>

Generated using TypeDoc