Member Junction
    Preparing search index...
    • Gets the output options for a specific generation type

      Parameters

      • type: string

        The type of output

      Returns { name: string; value?: any }[] | null

      Array of output options or null if not found

      • { name: string; value?: any }[]
        • name: string

          Name of the output option

        • Optionalvalue?: any

          Value of the output option

      • null