interface Transport {
    db?: string;
    name: string;
    roles: string[];
}

Properties

Properties

db?: string
name: string
roles: string[]