PR comments
This commit is contained in:
parent
a0e58600bd
commit
2e4b69e381
|
@ -117,12 +117,12 @@ interface UserReferenceInfo {
|
||||||
export function processOutputBBReferences(
|
export function processOutputBBReferences(
|
||||||
value: string,
|
value: string,
|
||||||
type: FieldType.BB_REFERENCE_SINGLE
|
type: FieldType.BB_REFERENCE_SINGLE
|
||||||
): Promise<UserReferenceInfo>
|
): Promise<UserReferenceInfo | undefined>
|
||||||
export function processOutputBBReferences(
|
export function processOutputBBReferences(
|
||||||
value: string,
|
value: string,
|
||||||
type: FieldType.BB_REFERENCE,
|
type: FieldType.BB_REFERENCE,
|
||||||
subtype: BBReferenceFieldSubType
|
subtype: BBReferenceFieldSubType
|
||||||
): Promise<UserReferenceInfo[]>
|
): Promise<UserReferenceInfo[] | undefined>
|
||||||
|
|
||||||
export async function processOutputBBReferences(
|
export async function processOutputBBReferences(
|
||||||
value: string | string[],
|
value: string | string[],
|
||||||
|
|
Loading…
Reference in New Issue