Type alias APICategory

APICategory: Omit<API.Category, "id"> & {
    _id: string;
}

Type compatibility with the Managers.