interface Brand {
    id: number;
    name: string;
    slug: string;
    logo: null | string;
}

Properties

Properties

id: number
name: string
slug: string
logo: null | string