Resource
import type { Resource } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workmail.ts";interface Resource {
DisabledDate?: Date | number | null;
Email?: string | null;
EnabledDate?: Date | number | null;
Id?: string | null;
Name?: string | null;
State?: EntityState | null;
Type?: ResourceType | null;
}