IAuditable
Home > @gooddata/sdk-model > IAuditable
IAuditable type
Object that can provide information about the users that created or modified it and when those actions occurred.
Signature:
export type IAuditable = IAuditableDates & IAuditableUsers;
References: IAuditableDates, IAuditableUsers