chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
type ModelDescriptor = {
|
||||
providerID: string;
|
||||
modelID: string;
|
||||
};
|
||||
export declare function resolveValidUltraworkVariant(client: unknown, model: ModelDescriptor | undefined, variant: string | undefined): Promise<string | undefined>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user