37 lines
1.0 KiB
TypeScript
37 lines
1.0 KiB
TypeScript
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
import type { Message } from "@bufbuild/protobuf";
|
|
/**
|
|
* Describes the file quixos/refs.proto.
|
|
*/
|
|
export declare const file_quixos_refs: GenFile;
|
|
/**
|
|
* @generated from message quixos.FunctionRef
|
|
*/
|
|
export type FunctionRef = Message<"quixos.FunctionRef"> & {
|
|
/**
|
|
* @generated from field: string package_namespace = 1;
|
|
*/
|
|
packageNamespace: string;
|
|
/**
|
|
* @generated from field: string package_name = 2;
|
|
*/
|
|
packageName: string;
|
|
/**
|
|
* @generated from field: string symbol = 3;
|
|
*/
|
|
symbol: string;
|
|
/**
|
|
* @generated from field: string version_ref = 4;
|
|
*/
|
|
versionRef: string;
|
|
/**
|
|
* @generated from field: string operation = 5;
|
|
*/
|
|
operation: string;
|
|
};
|
|
/**
|
|
* Describes the message quixos.FunctionRef.
|
|
* Use `create(FunctionRefSchema)` to create a new message.
|
|
*/
|
|
export declare const FunctionRefSchema: GenMessage<FunctionRef>;
|
|
//# sourceMappingURL=refs_pb.d.ts.map
|