Skip to content

Incorrect type for OutfitPages #1368

@NotMirrox

Description

@NotMirrox

The OutfitPages extends incorrect type.

interface OutfitPages extends Pages<ReadonlyArray<{
    Id: number;
    Name: string;
    IsEditable: boolean;
}>> {}

The correct type should be

interface OutfitPages extends Pages<{
    Id: number;
    Name: string;
    IsEditable: boolean;
}> {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions