Variable FirehoseTransformationEventRecord

FirehoseTransformationEventRecord: {
    assert: ((o) => void);
    is: ((o) => o is FirehoseTransformationEventRecord);
    validate: ValidateFunction<FirehoseTransformationEventRecord>;
    get errors(): undefined | ErrorObject<string, Record<string, any>, unknown>[];
    get schema(): AnySchema;
}

Type declaration

Generated using TypeDoc