Interface SubjectTransformConfig

interface SubjectTransformConfig {
    dest: string;
    src?: string;
}

Properties

Properties

dest: string

The destination pattern

src?: string

The source pattern