AttributeValueAlterations<ValuesT>: {
    attributes: {
        [K in keyof ValuesT]: {
            default: ValuesT[K];
        }
    };
}

Alterations implied by AttributeValues.

Type Parameters