@aoijs/aoi.music
    Preparing search index...

    Type Alias LocalFileTrackInfo

    type LocalFileTrackInfo = {
        duration: number;
        formattedPlatforms: "LocalFile";
        id: string;
        identifier: "localfile";
        likes: 0;
        platformType: PlatformType;
        position: number;
        requester: GuildMember;
        size: number;
        title: string;
        type: string;
        url: PathLike;
        views: 0;
    }
    Index

    Properties

    duration: number
    formattedPlatforms: "LocalFile"
    id: string
    identifier: "localfile"
    likes: 0
    platformType: PlatformType
    position: number
    requester: GuildMember
    size: number
    title: string
    type: string
    url: PathLike
    views: 0