//#region src/utils/types/MandateProps.d.ts type MandateProps = Omit & { [MK in K]-?: NonNullable }; //#endregion export { MandateProps };