interface JCreationInfo {
    createdBy: string;
    creationDate: string;
    lastModificationDate: string;
    lastModifiedBy: string;
}

Hierarchy (view full)

Properties

createdBy: string
creationDate: string
lastModificationDate: string
lastModifiedBy: string