Interface ParentKeys

interface ParentKeys {
    id: string;
    queueKey: string;
}

Properties

Properties

id: string
queueKey: string

Generated using TypeDoc