@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
13 lines • 648 B
TypeScript
import { Record } from '@fable-org/fable-library-js/Types.js';
import { IComparable, IEquatable } from '@fable-org/fable-library-js/Util.js';
import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
export declare class Commit extends Record implements IEquatable<Commit>, IComparable<Commit> {
readonly Hash: string;
readonly UserName: string;
readonly UserEmail: string;
readonly Date: Date;
readonly Message: string;
constructor(Hash: string, UserName: string, UserEmail: string, Date$: Date, Message: string);
}
export declare function Commit_$reflection(): TypeInfo;
//# sourceMappingURL=Commit.fs.d.ts.map