Interface BanSearchInputAllowedRangeFilter

BanSearchInputAllowedRangeFilter

interface BanSearchInputAllowedRangeFilter {
    createdAt?: string;
    until?: string;
    updatedAt?: string;
}

Properties

createdAt?: string

BanSearchInputAllowedRangeFilter

until?: string

BanSearchInputAllowedRangeFilter

updatedAt?: string

BanSearchInputAllowedRangeFilter