jamespot-user-api
    Preparing search index...

    Type Alias WidgetCheckListContentArr

    type WidgetCheckListContentArr = {
        file?: jFileLittle;
        id?: number;
        links?: jHref[];
        title: string;
        user?: { id: number | string; mainType: string; type: string };
        value?: boolean;
    }
    Index

    Properties

    id?: number
    links?: jHref[]
    title: string
    user?: { id: number | string; mainType: string; type: string }
    value?: boolean