• Generates API names for concurrent package components.

    Returns {
        channel: string;
        concurrentPackage: string;
        product: string;
        thread: string;
    }

    An object containing the API names.

    • channel: string
    • concurrentPackage: string
    • product: string
    • thread: string