interface IRnsData {
    notes?: string;
    twitter?: string;
    website?: string;
}

Properties

notes?: string
twitter?: string
website?: string