/** * #debug.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ export type GetProfileRequest = { profileId: string; }; export type GetProfileResponse = { profileId: string; profile: string; }; //# sourceMappingURL=debug.d.ts.map