Generated after a successful Create Category request.

interface CategoryCreatedMessagePayload {
    category: Category;
    type: "CategoryCreated";
}

Properties

Properties

category: Category

Category that was created.

type: "CategoryCreated"

Generated using TypeDoc