GetPublishedUriFromCompilerUriParams

Represents the parameters for the "getPublishedUriFromCompilerUri" function.

type GetPublishedUriFromCompilerUriParams = {
compilerMetadataUri: AbiParameterToPrimitiveType<{
name: "compilerMetadataUri";
type: "string";
}>;
};