export type FundsRequest = {
    readonly typeId?: number;
    readonly administratorId?: number;
};
