Interface PathBuilderOptions

interface PathBuilderOptions {
    baseUrl?: string;
    dataset?: string;
    projectId?: string;
    useVanityName?: boolean;
}

Hierarchy

Properties

baseUrl?: string
dataset?: string
projectId?: string
useVanityName?: boolean