Interface Event

interface Event {
    Records?: unknown[];
    routeKey?: string;
    type?: string;
    version?: string;
}

Properties

Records?: unknown[]
routeKey?: string
type?: string
version?: string