Handle includes in the front for the hisory
This commit is contained in:
@@ -2,7 +2,7 @@ import * as yup from 'yup';
|
||||
|
||||
type ResponseHandler<APIType, ModelType = APIType> = {
|
||||
validator: yup.Schema<APIType>;
|
||||
transformer: (value: APIType) => ModelType;
|
||||
transformer?: (value: APIType) => ModelType;
|
||||
};
|
||||
|
||||
export default ResponseHandler;
|
||||
|
||||
Reference in New Issue
Block a user