Skip to content

🏗️ Convert type imports to import type syntax #1185

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions