refactor: @deprecated Status immutable

This commit is contained in:
P. Reis 2024-12-11 15:37:50 -03:00
parent c7e695b300
commit bff17c9fa0
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ type Tag = ReturnType<typeof TagRecord>;
type Account = SchemaAccount & LegacyMap;
/**
* @deprecated Use the Status from 'soapbox/schemas/index.ts'
*/
interface Status extends ReturnType<typeof StatusRecord> {
// HACK: same as above
quote: EmbeddedEntity<Status>;