Attributes for the join table

interface JoinTableAttributes {
    [attribute: string]: unknown;
}

Indexable

[attribute: string]: unknown