import {Gift} from "../../../module/collection_pushgift"; export type ReqOpen = {} export type ResOpen = { gifts: Gift[] }