Skip to content

πŸ—οΈ Convert type imports to import type syntaxΒ #1185

@maxh1231

Description

@maxh1231
import type {
    Profile,
    ProfileActions,
    Session,
    ShowData,
    SeasonDetails,
    Episode,
    EpisodeDetails,
} from '../types';

I think it might be nice to start using import type where applicable. This will prevent types from accidentally being used as a value. This comment can apply to any other type imports. Also, I don't think this is an existing pattern in Streamability. Feel free to just create a ticket for someone to do this later on.

Originally posted by @Thenlie in #1184 (comment)

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    πŸ“‹ Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions