/** * #bundle_service.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ /** Fetch a bundle */ export type BundleRequest = { /** Must be an identifier for the bundle, i.e. an app ID (UUID) in prod, or "untitled-1234567890" from play */ actorId: string; }; //# sourceMappingURL=bundle_service.d.ts.map