pl-api
    Preparing search index...

    Type Alias DriveFile

    DriveFile: {
        content_type: string;
        description: string | null;
        filename: string;
        id: string;
        is_avatar: boolean;
        is_banner: boolean;
        sensitive: boolean;
        thumbnail_url: string;
        url: string;
    }

    Type Declaration

    • content_type: string
    • description: string | null
    • filename: string
    • id: string
    • is_avatar: boolean
    • is_banner: boolean
    • sensitive: boolean
    • thumbnail_url: string
    • url: string