Skip to content

Conversation

sravan-s
Copy link
Contributor

@sravan-s sravan-s commented Mar 3, 2023

No description provided.

Comment on lines +1 to +7
export const VoiceMessageInputStatus = {
READY_TO_RECORD: 'READY_TO_RECORD',
RECORDING: 'RECORDING',
READY_TO_PLAY: 'READY_TO_PLAY',
PLAYING: 'PLAYING',
} as const;
export type VoiceMessageInputStatus = typeof VoiceMessageInputStatus[keyof typeof VoiceMessageInputStatus];
Copy link
Contributor Author

@sravan-s sravan-s Mar 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HoonBaek
export type VoiceMessageInputStatus > VoiceMessageInputStatusTypes is better, can you refactor on this branch?

@sravan-s sravan-s changed the base branch from hotfix/use_lame_as_bundle to develop/Voice-message March 3, 2023 04:51
@sravan-s sravan-s force-pushed the hotfix/circular_dependency branch from 2b0759f to 1b5efd9 Compare March 3, 2023 04:53
@sravan-s sravan-s added help wanted Extra attention is needed Ready for review labels Mar 3, 2023
@HoonBaek HoonBaek merged commit 5ae4d18 into develop/Voice-message Mar 3, 2023
@HoonBaek HoonBaek deleted the hotfix/circular_dependency branch March 3, 2023 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed Ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants