Field association for example PROJECT_ID.

interface AssociationContextObject {
    identifier?: {
        [key: string]: unknown;
    };
    type: string;
}

Properties

Properties

identifier?: {
    [key: string]: unknown;
}
type: string