type postPathStrings = "guardar"; interface useModelProps { name: string; id: string | number; fields: string | null; expand: string | null; extraParams: object | null; redirectOnPost: boolean; postPath: postPathStrings | string; } export { useModelProps };