Interface ICreateHub

interface ICreateHub {
    name: string;
    about?: string;
    tags?: string;
}

Properties

Properties

name: string
about?: string

Short description about the hub.

tags?: string

Comma separated tags associated with the hub.