-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
tag: good first issueGood for newcomersGood for newcomerstype: enhancementUpdate of existing codeUpdate of existing code
Description
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
Labels
tag: good first issueGood for newcomersGood for newcomerstype: enhancementUpdate of existing codeUpdate of existing code
Projects
Status
π Backlog