chore: cleanup
parent
b475377f64
commit
e767710f3d
|
@ -1,12 +1,6 @@
|
||||||
import type { Ref } from 'vue'
|
import type { Ref } from 'vue'
|
||||||
import type { Account, Relationship, Status } from 'masto'
|
import type { Account, Relationship, Status } from 'masto'
|
||||||
|
|
||||||
declare module 'masto' {
|
|
||||||
interface Status {
|
|
||||||
editedAt?: string
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// @unocss-include
|
// @unocss-include
|
||||||
export const STATUS_VISIBILITIES = [
|
export const STATUS_VISIBILITIES = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue