VertexAuth type
Signature:
export type VertexAuth = {
authType: "vertex";
project: string;
location: string;
serviceAccountFile?: string;
};
Signature:
export type VertexAuth = {
authType: "vertex";
project: string;
location: string;
serviceAccountFile?: string;
};