Freeze Design Frontend - TypeScript API
    Preparing search index...

    Interface Brand

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

    Properties

    Properties

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