export type RequestType = { title: string; description: string; votesIds: string[]; }; export type RequestsType = RequestType[]; //# sourceMappingURL=requests.d.ts.map