clean up
This commit is contained in:
parent
dad915e522
commit
ebd7b27075
4 changed files with 1 additions and 4 deletions
|
@ -10,7 +10,6 @@ export type PageMetadata = {
|
|||
icon?: string | null;
|
||||
avatar?: misskey.entities.User | null;
|
||||
userName?: misskey.entities.User | null;
|
||||
bg?: string;
|
||||
};
|
||||
|
||||
export function definePageMetadata(metadata: PageMetadata | null | Ref<PageMetadata | null> | ComputedRef<PageMetadata | null>): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue