/** * #init.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ /** Response the init cli command expects to receive */ export type InitAppResponse = { /** One time use auth code to authenticate the CLI to Reddit */ authCode?: string | undefined; /** Name of the app to be created */ appName: string; /** Name of the template to be used to create the app */ templateName?: string | undefined; }; //# sourceMappingURL=init.d.ts.map