interface GracePeriod {
    createdAt?: Date;
    expiresAt?: Date;
    type: GracePeriodType;
}

Properties

createdAt?: Date

Date and time the grace period was created.

expiresAt?: Date

Date and time the grace period expires.

Type of grace period.