Type Alias CreateCategory

type CreateCategory = {
    description?: string;
    name?: string;
    parentId?: string;
    stewards?: string[];
}
Index

Properties

description?: string
name?: string

The name of the category. May not be identical to another category belonging to the same parent.

parentId?: string
stewards?: string[]

This list contains the UIDs of the stewards of the category.