/** * #snapshot.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ import _m0 from "protobufjs/minimal.js"; export interface CustomPostSnapshot { snapshotId: string; renderConfig: string; } export declare const CustomPostSnapshot: { $type: "devvit.gql.CustomPostSnapshot"; encode(message: CustomPostSnapshot, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): CustomPostSnapshot; fromJSON(object: any): CustomPostSnapshot; toJSON(message: CustomPostSnapshot): unknown; create(base?: DeepPartial): CustomPostSnapshot; fromPartial(object: DeepPartial): CustomPostSnapshot; }; type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined; type DeepPartial = T extends Builtin ? T : T extends globalThis.Array ? globalThis.Array> : T extends ReadonlyArray ? ReadonlyArray> : T extends {} ? { [K in keyof T]?: DeepPartial; } : Partial; export {}; //# sourceMappingURL=snapshot.d.ts.map