Cloud API Overview > @adpt/cloud > gcloud > CloudRunAdapterProps
gcloud.CloudRunAdapterProps type
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Props for the gcloud.CloudRunAdapter() component
Signature:
export declare type CloudRunAdapterProps = SFCDeclProps<Omit<CloudRunProps, "image"> & {
image: Handle;
registryUrl: string;
} & Partial<BuiltinProps>, typeof CloudRun.defaultProps>;