Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias Company

    type Company = {
        id?: number;
        logo_path?: string | null;
        name?: string;
    }
    Index

    Properties

    Properties

    id?: number
    logo_path?: string | null
    name?: string