Skip to content

Allow generic parameters for Jobs #722

@YaniKolev

Description

@YaniKolev

Currently we use the type Record<string, object | number | string | boolean | undefined> for our job parameters.

Would it be possible / desirable to allow the user to pass their own type here (and keep the current as the default) so they get TypeScript errors when they don't pass exactly the parameters they want?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions