interface ObjectStorageOptions {
    args?: BackendComponentFunctionCallArgs;
}

Hierarchy

Properties

Properties

args?: BackendComponentFunctionCallArgs

Extra arguments for Cloud Functions.