UNPKG

gros-bras-shared

Version:

This holds all shared files such as interfaces or helpers used by Gros Bras, both frontoffices and baackoffices, and backend etc...

5 lines (4 loc) 89 B
export interface IApiCRUDRequest<T> { payload: T; recaptcha_token: string; }