@truenas/api-client
    Preparing search index...

    Interface SharingWebshareEntryInput

    interface SharingWebshareEntryInput {
        dataset: string | null;
        enabled?: boolean;
        id: number;
        is_home_base?: boolean;
        locked: boolean | null;
        name: string;
        path: string;
        relative_path: string | null;
        tier?: v26_0_0.TierInfoInput | null;
    }
    Index
    dataset: string | null
    enabled?: boolean
    id: number
    is_home_base?: boolean
    locked: boolean | null
    name: string
    path: string
    relative_path: string | null
    tier?: v26_0_0.TierInfoInput | null