Type alias IRemoteOptions

IRemoteOptions: {
    ext?: string;
    [k: string]: any;
} | null

Generated using TypeDoc