@shadmanZero/tenantos-api
    Preparing search index...

    Interface Brand

    interface Brand {
        description?: string;
        id: number;
        logoUrl?: string;
        name: string;
    }
    Index

    Properties

    description?: string
    id: number
    logoUrl?: string
    name: string