Type alias CategoryRenameMethod

CategoryRenameMethod: ((name) => Promise<CategoryPostResponseType>)

Type declaration

    • (name): Promise<CategoryPostResponseType>
    • Parameters

      • name: string

      Returns Promise<CategoryPostResponseType>

Generated using TypeDoc